-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add termination reason SUBSCRIPTION_DELETED
when subscription deleted by the user
#121
Add termination reason SUBSCRIPTION_DELETED
when subscription deleted by the user
#121
Conversation
We should wait until the problem is solved in commonalities, we don't want to have proprietary solutions in each API |
The discussion about subscription lifecycle management in commonalities: camaraproject/Commonalities#153 |
waiting for megalinter fixes which are already done by #146 |
SUBSCRIPTION_DELETED
when subscription deleted
SUBSCRIPTION_DELETED
when subscription deletedSUBSCRIPTION_DELETED
when subscription deleted by the user
c307c75
to
b20db75
Compare
…us-subscriptions.yaml
@camaraproject/device-status_maintainers |
code/API_definitions/device-reachability-status-subscriptions.yaml
Outdated
Show resolved
Hide resolved
The related Communality issue is closed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM/
…e/cloud-event-when-delete-subscription # Conflicts: # code/API_definitions/device-reachability-status-subscriptions.yaml # code/API_definitions/device-roaming-status-subscriptions.yaml
b9a48b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM/
What type of PR is this?
Add one of the following kinds:
What this PR does / why we need it:
Adds a new termination-reason for "subscription-ends" - CloudEvent, when the user deletes the subscriptions via
DELETE /subscriptions/{subscriptionId}
Which issue(s) this PR fixes:
Fixes #117